Learn R Programming

Directional (version 6.8)

Maps of the world and the continents: maps of the world and the continents

Description

It produces maps of the world and the continents.

Usage

asia(title = "Asia", coords = NULL)
africa(title = "Africa", coords = NULL)
europe(title = "Europe", coords = NULL)
north.america(title = "North America", coords = NULL)
oceania(title = "Oceania", coords = NULL)
south.america(title = "South America", coords = NULL)
worldmap(title = "World map", coords = NULL)

Value

A map of the selected continent or the whole world.

Arguments

title

A character vector with the title of the map.

coords

If you want specific points to appear on the plot give the coordinates as a matrix, where the first column contains the longitude and the second column contains the latitude, in degrees.

Author

Christos Adam.

R implementation and documentation: Christos Adam pada4m4@gmail.com and Michail Tsagris.

Details

Maps of the world or the continents are produced. This are experimental functions and plot the countries with specific colouring at the moment. More functionalities will be added in the future.

See Also

sphereplot

Examples

Run this code
x <- euclid.inv( rvmf(10, rnorm(3), 5) )

Run the code above in your browser using DataLab